Dew Stats for .NET
|
Calculate parameters for Poisson distributed values.
Parameters |
Description |
[In] TVec X |
Stores data which is assumed to be Poisson distributed. |
out double lambda |
Returns Poisson distribution parameter estimator. |
ref double[] lambdaConfInt |
Lambda (1-Alpha)*100 percent confidence interval. |
double Alpha |
Confidence interval percentage. |
RandomPoisson, PoissonStat
The following example generates 500 random Poisson distributed values and then uses PoissonFit routine to extract used Lambda parameter
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|